

body
{
	
font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;	
}
#pageWrapper
{
	
font-size: 70%;
}
#footer
{
	text-align: center;
}

:root code
{
	font-size: 120%;	
}

/*
	

Time to try and get all the heading elements to the same size 
	regardless of browser. 
(IE seems to put them a big bigger
	than Mozilla, typically.)
*/
h1
{
	font-size: 210%;
}
h2
{
	font-size: 180%;
}
h3
{
	
font-size:140%;
}
h4
{
	font-size: 126%;
}
h5
{
	font-size: 110%;
}
h6
{
	
font-size: 100%;
}


